home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / asm / adisv1_3.lha / HISTORY < prev    next >
Encoding:
Text File  |  1993-09-24  |  1.2 KB  |  35 lines

  1. V1.1: Initial release
  2.  
  3. V1.2: New feature: Added full 68030/040 support
  4.  
  5.       New feature: Added support for library/device disassembly (option -dl)
  6.  
  7.       New feature: Added -ln option for generation of ascending label numbers
  8.  
  9.       New feature: Added -a switch to generate comments for offset relative
  10.                    to the start of the file.
  11.  
  12.       Major mod.: Deleted -ce option
  13.                   I got the impression ADis works just as well without it.
  14.                   Always cluttered up the command line.
  15.  
  16.       Major mod.: Added enhanced jump table support. 
  17.  
  18.       Major mod.: Rewritten part of the hunk handling routines.
  19.                   Overlay files are now handled correctly
  20.  
  21.       Major mod.: ixemul.library is now obsolete. ADis is linked with
  22.                   a small library implementing the necessary functions
  23.  
  24.       Minor mod.: Remove temporary files upon exit (even with CTRL-C)
  25.  
  26.       Bug fix: Upon non-FPU disassembly the first opcodes in the opcode table   
  27.                were marked illegal.
  28.  
  29.       Bug fix: Register list was misinterpreted for MOVEM / FMOVEM
  30.                instructions.
  31.  
  32.       Bug fix: DC.B $80 was printed as DC.B -$7F
  33.  
  34. V1.3: New feature: Added extra 68040 FPU opcodes
  35.